home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 May / Macworld CD-ROM (May 1995).cdr / Demos / Graphics / MiniCad 5.0 / MiniCad Demo / MiniCad Demo.rsrc / STR#_7001.txt < prev    next >
Encoding:
Text File  |  1994-09-21  |  262 b   |  17 lines

  1. DSelectAll;
  2.  
  3. Deselects all objects on active layers.
  4.  
  5. SelectAll;
  6.  
  7. Selects all objects on active layers.
  8.  
  9. SetSelect(h : HANDLE);
  10.  
  11. Selects the object that the handle is connected to.
  12.  
  13. SetDSelect(h : HANDLE);
  14.  
  15. Deselects the object that the handle is connected to.
  16.  
  17.